7.2.1 [10] <7.2> Consider the following binary search algorithm (a classic divide  and conquer algorithm) that searches for a value X in an sorted NĀ­element array A  and returns the index of matched entry: 


Assume that you have Y cores on a multiĀ­core processor to run BinarySearch.  Assuming that Y is much smaller than N, express the speedup factor you might  expect to obtain for values of Y and N. Plot these on a graph.
 
 
View Solution
 
 
 
<< Back Next >>